11 POKE -16368,0: GOSUB 231:NA$ = AN$: HOME : VTAB T +1: HTAB 1: IF LEN(NA$) >15 THEN PRINT "That's a bit long. Please type": PRINT "a shorter name (less than 15": PRINT "characters).": PRINT : GOTO 11
31 PRINT "Is your name ";NA$"?": PRINT : PRINT "Please type Y if this is correct": PRINT "or N if it's wrong.": PRINT "Then press RETURN.";:CP = 1: GOSUB 231:CP = 0: IF AN$ = "" THEN HOME : VTAB T +1: HTAB 1: GOTO 31
41 IF ASC(AN$) < >89 AND ASC(AN$) < >78 THEN HOME : VTAB T +1: HTAB 1: GOTO 31
51 IF ASC(AN$) < >89 THEN HOME : VTAB T +1: PRINT "We must have misunderstood.": PRINT "Please type in your name again": PRINT "and press RETURN.": PRINT : GOTO 11
71 PRINT "There are six sections on this": PRINT "disk. Unless you are familiar": PRINT "with Applesoft BASIC, we suggest": PRINT "that you go through the sections": PRINT "in order.": GOSUB 101: HOME : VTAB T +2: HTAB 1
81 PRINT "But you can return to the menu at": PRINT "any time by pressing the ESC key.": GOSUB 101: HOME : VTAB T +2: HTAB 1: PRINT "Now you're ready to begin. Press"
85 PRINT "ESC to go to the menu, or press": PRINT "RETURN to go to the next lesson.": POKE 928,1: GOSUB 101: GOSUB 331: PRINT : PRINT CHR$(4);"RUN PRINT"
91 GOSUB 331: GOTO 311
101 POKE -16368,0
111 P = PEEK( -16384):TE = TE +1: ON P = 155 GOTO 341: ON P < >13 GOTO 121: IF TE <225 THEN 111
121 IF P = 141 THEN TE = 0: CALL -998: RETURN
131 M$ = "Press RETURN": GOSUB 141: FOR Z = 1 TO 700: NEXT Z:M$ = "_____________": GOSUB 141: FOR Z = 1 TO 700: NEXT Z: GOTO 111